lcBlkRefGetNextAtt Home

Returns a handle to the attribute that is placed after the specified attribute in a block reference.

 HANDLE lcBlkRefGetNextAtt (
   HANDLE hBlockRef
   HANDLE hAttrib
 );

Parameters
hBlockRef
  Handle to a block reference object.
hAttrib
  Handle to an attribute object.

Return Value

  Handle to the attribute that is placed after hAttrib in the block reference. If there are no attribute after hAttrib, the function returns NULL.

See Also

  Code sample,   lcBlkRefGetFirstAttlcBlkRefGetAtt